You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Could not find a version that satisfies the requirement torch==2.3.0 (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2)
ERROR: No matching distribution found for torch==2.3.0
Python 3.9.19
pip 24.2 from /opt/anaconda3/envs/LivePortrait/lib/python3.9/site-packages/pip (python 3.9)
mac os 14.6
cpu:Intel
The text was updated successfully, but these errors were encountered:
You can check torch download page to figure out your mac operation system is availabled, url is: https://download.pytorch.org/whl/torch/ , otherwise you might build torch from source to slove your problem, this is my solution , hope it can help you.
pip install -r requirements_macOS.txt
ERROR: Could not find a version that satisfies the requirement torch==2.3.0 (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2)
ERROR: No matching distribution found for torch==2.3.0
Python 3.9.19
pip 24.2 from /opt/anaconda3/envs/LivePortrait/lib/python3.9/site-packages/pip (python 3.9)
mac os 14.6
cpu:Intel
The text was updated successfully, but these errors were encountered: